gtkfilechooserbutton: Align the label to the left
authorTimm Bäder <mail@baedert.org>
Sat, 6 Jun 2015 09:45:11 +0000 (11:45 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 7 Jun 2015 02:32:07 +0000 (22:32 -0400)
Using GtkLabel's xalign property so the label doesn't jump around when
the button gets resized.

https://bugzilla.gnome.org/show_bug.cgi?id=750477

gtk/ui/gtkfilechooserbutton.ui

index 8f5cbdc9871b9378c35374524ad40811270eb435..bb4cd88e4762a6344f6c3df7e721264105cc09c3 100644 (file)
@@ -26,6 +26,7 @@
                 <property name="visible">True</property>
                 <property name="halign">start</property>
                 <property name="valign">baseline</property>
+                <property name="xalign">0</property>
                 <property name="label" translatable="yes">(None)</property>
                 <property name="ellipsize">end</property>
               </object>